projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ea36f3
)
Fix the build
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 3 Aug 2014 22:20:40 +0000
(
00:20
+0200)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 3 Aug 2014 22:20:40 +0000
(
00:20
+0200)
Quoting accident. "echo -e" is not a command that the shell knows,
echo -e is.
gtk/Makefile.am
patch
|
blob
|
history
diff --git
a/gtk/Makefile.am
b/gtk/Makefile.am
index 2dac40d423c66d60e063e3c47ffd6de6af837097..2f74d2e862bff5fd71cb06aa37657f635068fb51 100644
(file)
--- a/
gtk/Makefile.am
+++ b/
gtk/Makefile.am
@@
-22,7
+22,7
@@
SUBDIRS = inspector native .
if OS_DARWIN
ECHO="echo"
else
- ECHO=
"echo -e"
+ ECHO=
echo -e
endif
if HAVE_CLOUDPRINT